	/* 
	首页 
	产品中心
	解决方案
	新闻中心
	-详情
	检测工程
	产品详情
	*/
   
   body{
   	padding-top: 136px;
   }
   body.idx{
   	padding-top: 0;
   }
   
   
   .ani{
   	visibility: visible !important; 
   }
   
   .swiper-slide{
   	width: 100%;
   	height: 100%;
   	transform:translate3d(0,0,0);
   	overflow:hidden;
   }
   .swiper-slide *{
   	transform:translate3d(0,0,0);
   }
   
   
   .swiper-scrollbar{
	   opacity: 0;
   }
	.swiper-container.swpbox {
		margin-top: 136px;
		width: 100%;
		height: calc(100vh - 136px);
	}
	.swiper-container.swpbox .swiper-no-swiping{
		cursor: default;
	}
	.swpbox .swiper-slide {
		overflow:hidden;
		height: 100%;
	}
	.swpbox>.swiper-wrapper>.swiper-slide{
		height: 100%;
	}
	.swpbox>.swiper-wrapper>.swiper-slide:last-of-type{
		height: auto;
	}
	.swpbox .swp-ftr,
	.swpbox .slide-inner.nw,
	.swpbox .slide-inner.jc,
	.notrasf{
		transform: none !important;
	}
	.swpbox .slide-inner {
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
	}
	.banner{
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	.banner .con{
		position: relative;
		height: 100%;
	}
	.swiper-container{
		width: 100%;
		height: 100%;
	}
	.banner .con .bgimg{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: url() no-repeat center;
		background-size: cover;
	}
	.banner .con .bgimg.ph{
		display: none;
	}
	.banner .con .txts{
		color: #fff;
		margin-left: 280px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.banner .con .tits{
		margin-bottom: 72px;
	}
	.banner .con .tit_en{
		color: #FABD00;
		font-size: 80px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.banner .con .tit{
		font-size: 60px;
		
	}
	.banner .desc{
		font-size: 24px;
		margin-bottom: 65px;
		line-height: 1.8;
	}
	
	.swiper-button-next:after,
	.swiper-button-prev:after{
		display: none;
		outline: none;
	}
	.banner .swiper-button-prev,
	.banner .swiper-button-next,
	.swp-jiance .swiper-button-prev,
	.swp-jiance .swiper-button-next{
		background: url(../images/index/img2-2.png) no-repeat;
		background-size: 100%;
		width: 31px;
		height:57px;
		outline: none;
		opacity: 0.4;
		opacity: 1;
		transition: .5s;
		left: 150px;
	}
	.banner .swiper-button-next{
		right: 150px;
		left: auto;
	}
	.banner .swiper-button-prev:hover,
	.banner .swiper-button-next:hover{
		opacity: 1;
	}
	.banner .swiper-button-next{
		background-image: url(../images/index/img2-1.png);
	}
	
	.g-idxbtn{
		font-size: 20px;
		color: #fff;
		padding: 0 28px;
		border: 2px solid #fff;
		height: 50px;
		line-height: 46px;
		box-sizing: border-box;
		display: inline-block;
		
	}
	.g-idxbtn:hover{
		background-color: #FABD00;
		color: #fff;
	}
	.g-idxbtn .t{
		padding-right: 25px;
		background: url(../images/index/img2-1.png) no-repeat right center;
		background-size: 6px;
	}
	
	
	
	
	.service-down.dw{
		bottom: 10px;
	}
	.service-down {
		position: fixed;
		left: 50%;
		margin-left: -32px;
		bottom: 45px;
		width: 64px;
		font-size: 16px;
		color: #fff;
		z-index: 9999;
		cursor: pointer;
		transition: .5s;
	}
	.service-down .bdo-01 {
		line-height: 16px;
		margin-bottom: 12px;
	}
	.service-down .span-icon {
		width: 21px;
		height: 28px;
		margin: 0 auto;
		background: url(../images/index/img3-1.png) no-repeat center;
		background-size: cover;
		animation: tel_line ease-out 1s 0.2s infinite;
		transition: .5s;
	}
	.service-down.on1 {
		color: #000;
	}
	.service-down.on1 .span-icon {
		background-image: url(../images/index/img3-2.png);
	}
	@keyframes tel_line {
		0% { opacity: 0; transform: translateY(0); }
		25% { opacity: 1; }
		50% { opacity: 1; transform: translateY(20%);}
		75% { opacity: 1; }
		100% { opacity: 0; transform: translateY(0);}
	}
	
	.swpbox.swiper-container-vertical>.swiper-pagination-bullets{
		right: 40px;
	}
	.swpbox.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 22px 0;
		width: 10px;
		height: 10px;
		border: 3px solid rgba(250,189,0, .5);
		box-sizing: border-box;
		background-color: #fff;
		opacity: 1;
		transition: .5s;
	}
	.swpbox.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active{
		transform: scale(1.4);
		background-color: #FABD00;
		border-color: #FABD00;
	}
	.banner .anmt{
		animation: flipInX 2.5s 1 ease-in forwards;
	}
	
	
	
	.ul-classify{
		height: 100%;
		overflow: hidden;
	}
	.ul-classify li{
		float: left;
		width: 25%;
		position: relative;
		overflow: hidden;
		height: 100%;
		transition: 1.5s;
		transform: translateY(100%);
	}
	.ul-classify li:nth-of-type(even){
		transform: translateY(-100%);
	}
	
	.swiper-slide-active .ul-classify li:nth-of-type(even),
	.swiper-slide-active .ul-classify li{
		transform: translateY(0);
	}
	.ul-classify li::after{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
	}
	.ul-classify li:nth-of-type(even)::after{
		background-color: #f4f4f4;
	}
	.ul-classify li:nth-of-type(even) .tags .tag{
		background-color: #fff;
	}
	.ul-classify .con{
		padding: 0 30px;
		position: relative;
		display: flex;
		align-items: center;
		flex-flow: column;
		padding-top: 170px;
		height: 100%;
		z-index: 10;
	}
	.ul-classify .con .pic{
		width: 149px;
		height: 149px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin-bottom: 40px;
	}
	.ul-classify .con .pic img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.ul-classify .con .tit{
		font-size: 36px;
		color: #333;
		font-weight: 600;
		margin-bottom: 70px;
	}
	.ul-classify .con .line{
		width: 62px;
		height: 1px;
		background-color: #979797;
		margin: 0 auto 70px;
	}
	
	.ul-classify .con .tags,
	.g-tags{
		overflow: hidden;
		width: 100%;
		
	}
	.ul-classify .con .tags {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ul-classify .con .tags .tag{
		min-width: calc(50% - 5px);
		width: auto;
		margin: 0 0 15px 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.ul-classify .con .tags .tag:nth-of-type(even){
		margin: 0;
	}
	.ul-classify .con .tag,
	.g-tags .tag{
		width: calc(50% - 20px);
		float: left;
		margin: 0 10px 15px;
		background-color: #F4F4F4;
		height: 42px;
		line-height: 42px;
		border-radius: 24px;
		text-align: center;
		font-size: 16px;
	}
	.ul-classify .con .tag.w2{
		width: 100%;
		margin: 0 0 15px;
	}
	
	.m-jiance{
		width: 100%;
		height: 100%;
		background: url(../images/index/img5-1.png) no-repeat center;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.m-jiance ul{
		overflow: hidden;
		margin: 0 -15px;
	}
	.m-jiance li{
		float: left;
		width: 16.5%;
		margin-bottom: 30px;
	}
	
	.m-jiance .con{
		height: 207px;
		margin: 0 15px;
		background-color: #fff;
		border-radius: 10px;
		display: block;
		overflow: hidden;
	}
	.m-jiance .con .pic{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		transition: .5s;
		
	}
	.m-jiance .con .pic:hover{
		background-color: #FABD00;
	}
	.m-jiance .con .pic:hover img{
		transform: scale(1.1);
	}
	.m-jiance .con .pic img{
		/* max-width: 80%;
		max-height: 80%; */
		width: 100%;
		min-height: 100%;
		height: auto;
	}
	.m-jiance li.w33{
		width: 33.3333%;
	}
	.m-jiance li.w33 .con{
		background-color: transparent;
		padding: 0 40px ;
	}
	.m-jiance li.w33 .tit{
		font-size: 60px;
		font-weight: bold;
		background-image: -webkit-linear-gradient(top, #FABD00, #fff 25%, #FABD00 50%, #fff 75%, #FABD00);
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		-webkit-background-size: 100% 200%;
		-webkit-animation: masked-animation 1.5s infinite linear;
		text-align: center;
	}
	.m-jiance .g-tags .tag{
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}
	
	@keyframes masked-animation {
		0% {
			background-position: 0 0;
		}
	
		100% {
			background-position: 0 -100%;
		}
	
	}
	
	.m-video{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.m-video .pic{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		cursor: pointer;
		overflow: hidden;
	}
	.m-video .pic img{
		min-height: 100%;
	}
	.m-video .play{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 154px;
	}
	.swpbox .m-video video{
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.m-idxnews{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		position: relative;
		padding-top: 40px;
	}
	.m-idxnews ul{
		overflow: hidden;
		width: 100%;
	}
	.m-idxnews .wp1600{
		width: 100%;
		padding-bottom: 70px;
	}
	.m-idxnews li{
		float: left;
		width: 25%;
		transition: .5s;
		
	}
	.m-idxnews li:last-of-type .con{
		border: none;
	}
	.m-idxnews .con{
		padding: 0 20px;
		border-right: 1px solid #d8d8d8;
		display: block;
		transition: .5s;
		/* height: 670px; */
		height: auto;
		box-sizing: border-box;
		position: relative;
	}
	.m-idxnews .tits{
		margin-bottom: 60px;
	}
	.m-idxnews .txts{
		transition: .5s;
	}
	.m-idxnews .d{
		float: left;
		font-size: 60px;
		line-height: 1;
		margin-right: 15px;
	}
	.m-idxnews .t{
		overflow: hidden;
	}
	.m-idxnews .date{
		font-size: 16px;
	}
	.m-idxnews .tit{
		font-size: 20px;
		transition: .5s;
	}
	.m-idxnews .desc{
		font-size: 16px;
		/* margin-bottom: 60px; */
		margin-bottom: 50px;
		line-height: 1.8;
		min-height: 7.2em;
	}
	.m-idxnews .more{
		font-size: 16px;
		text-transform: uppercase;
		/* margin-bottom: 85px; */
		margin-bottom: 70px;
	}
	.m-idxnews .more .t{
		display: inline-block;
		padding-right: 36px;
		background: url(../images/index/img7-2.png) no-repeat right center;
		background-size: 16px;
		transition:1s;
	}
	.m-idxnews .pic {
		width: 100%;
		height: 250px;
		transition: .5s;
		overflow: hidden;
	}
	.m-idxnews .pic  img{
		width: 100%;
		min-height: 100%;
	}
	.m-idxnews .con:hover .tit,
	.m-idxnews .con:hover .more{
		color:#FABD00 ;
	}
	.m-idxnews .con:hover .more .t{
		background-image: url(../images/index/img7-3.png);
	}
	.m-idxnews li:nth-of-type(even) .pic{
		margin-bottom: 80px;
	}
	.m-idxnews li:nth-of-type(even) .more{
		margin-bottom: 0;
	}
	.m-idxnews .con:hover img{
		 transform: scale(1.1);
	}
	
	.m-idxnews .swiper-button-prev, 
	.m-idxnews .swiper-button-next{
		width: 46px;
		height: 46px;
		background-color: #f6f6f6;
		border-radius: 50%;
		left: 850px;
		top: auto;
		transform: none;
		margin: 0;
		bottom: 70px;
		transition: .5s;
	}
	.m-idxnews .swiper-button-prev:hover,
	.m-idxnews .swiper-button-next:hover{
		background-color: #FABD00;
	}
	.m-idxnews .swiper-button-next{
		right: 850px;
		left: auto;
	}
	.m-idxnews .swiper-button-prev::after,
	.m-idxnews .swiper-button-next::after{
		display: block;
		content: '';
		width: 17px;
		height: 12px;
		background: url(../images/index/icon3-1.png) no-repeat ;
		background-size: 100%;
		opacity: 1;
		transition: .5s;
	}
	.m-idxnews .swiper-button-next::after{
		background-image: url(../images/index/icon3-2.png);
	}
	.m-idxnews .swiper-button-prev:hover::after{
		background-image: url(../images/index/icon3-4.png);
	}
	.m-idxnews .swiper-button-next:hover::after{
		background-image: url(../images/index/icon3-3.png);
	}
	.m-idxnews .swiper-slide:nth-of-type(even) .con{
		padding-top: 320px;
	}
	.m-idxnews .swiper-slide:nth-of-type(even) .pic{
		position: absolute;
		top: 0;
	}
	
	
/* 	.m-idxnews li:hover .con,
	.m-idxnews li:hover .txts .tits,
	.m-idxnews li:hover .txts .desc,
	.m-idxnews li:hover .txts .more,
	.m-idxnews li:hover .pic{
		transform: rotatex(180deg);
	}
	.m-idxnews li .con,
	.m-idxnews li .txts .tits,
	.m-idxnews li .txts .desc,
	.m-idxnews li .txts .more,
	.m-idxnews li .pic{
		transition: 1s;
	} */
	
	
	
	
	
	
	@media only screen and (min-width: 950px) and (max-width: 1920px) {
		.swiper-container.swpbox {
			margin-top: 7.083vw;
			height: calc(100vh - 7.083vw);
		}
		.swiper-container.swpbox .swiper-no-swiping{
		}
		.swpbox .swiper-slide {
		}
		.swpbox>.swiper-wrapper>.swiper-slide{
		}
		.swpbox>.swiper-wrapper>.swiper-slide:last-of-type{
			height: auto;
		}
		.swpbox .swp-ftr,
		.swpbox .slide-inner.nw,
		.swpbox .slide-inner.jc,
		.notrasf{
			transform: none !important;
		}
		.swpbox .slide-inner {
			background-size: cover;
			background-
		}
		.banner{
		}
		.banner .con{
		}
		.swiper-container{
		}
		.banner .con .bgimg{
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			background: url() no-repeat center;
			background-size: cover;
		}
		.banner .con .txts{
			margin-left: 14.58vw;
			top: 50%;
			transform: translateY(-50%);
		}
		.banner .con .tits{
			margin-bottom: 3.75vw;
		}
		.banner .con .tit_en{
			font-size: 4.166vw;
			line-height: 1.2;
			margin-bottom: 0.781vw;
		}
		.banner .con .tit{
			font-size: 3.125vw;
		}
		.banner .desc{
			font-size: 1.25vw;
			margin-bottom: 3.385vw;
			line-height: 1.8;
		}
		.swiper-button-next:after,
		.swiper-button-prev:after{
			outline: none;
		}
		.banner .swiper-button-prev,
		.banner .swiper-button-next,
		.swp-jiance .swiper-button-prev,
		.swp-jiance .swiper-button-next{
			background: url(../images/index/img2-2.png) no-repeat;
			background-size: 100%;
			width: 1.614vw;
			height:2.968vw;
			outline: none;
			opacity: 0.4;
			transition: .5s;
			left: 7.812vw;
		}
		.banner .swiper-button-next{
			right: 7.812vw;
			left: auto;
		}
		.banner .swiper-button-prev:hover,
		.banner .swiper-button-next:hover{
			opacity: 1;
		}
		.banner .swiper-button-next{
			background-image: url(../images/index/img2-1.png);
		}
		.g-idxbtn{
			font-size: 1.041vw;
			padding: 0 1.458vw;
			border: 0.104vw solid #fff;
			height: 2.604vw;
			line-height: 2.395vw;
			box-sizing: border-box;
		}
		.g-idxbtn:hover{
		}
		.g-idxbtn .t{
			padding-right: 1.302vw;
			background: url(../images/index/img2-1.png) no-repeat right center;
			background-size: 0.312vw;
		}
		.service-down {
			margin-left: -1.666vw;
			bottom: 2.343vw;
			width: 3.333vw;
			font-size: 0.833vw;
			transition: .5s;
		}
		.service-down .bdo-01 {
			line-height: 0.833vw;
			margin-bottom: 0.625vw;
		}
		.service-down .span-icon {
			width: 1.093vw;
			height: 1.458vw;
			margin: 0 auto;
			background: url(../images/index/img3-1.png) no-repeat center;
			background-size: cover;
			animation: tel_line ease-out 1s 0.2s infinite;
			transition: .5s;
		}
		.service-down.on1 {
		}
		.service-down.on1 .span-icon {
			background-image: url(../images/index/img3-2.png);
		}
		@keyframes tel_line {
			0% { opacity: 0; transform: translateY(0); }
			25% { opacity: 1; }
			50% { opacity: 1; transform: translateY(20%);}
			75% { opacity: 1; }
			100% { opacity: 0; transform: translateY(0);}
		}
		.swpbox.swiper-container-vertical>.swiper-pagination-bullets{
			right: 2.083vw;
		}
		.swpbox.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
			margin: 1.145vw 0;
			width: 0.520vw;
			height: 0.520vw;
			border: 0.156vw solid rgba(250,189,0, .5);
			box-sizing: border-box;
			opacity: 1;
			transition: .5s;
		}
		.swpbox.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active{
			transform: scale(1.4);
			border-
		}
		.banner .anmt{
			animation: flipInX 2.5s 1 ease-in forwards;
		}
		.ul-classify{
		}
		.ul-classify li{
			transition: 1.5s;
			transform: translateY(100%);
		}
		.ul-classify li:nth-of-type(even){
			transform: translateY(-100%);
		}
		.swiper-slide-active .ul-classify li:nth-of-type(even),
		.swiper-slide-active .ul-classify li{
			transform: translateY(0);
		}
		.ul-classify li::after{
			content: '';
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
		}
		.ul-classify li:nth-of-type(even)::after{
		}
		.ul-classify li:nth-of-type(even) .tags .tag{
		}
		.ul-classify .con{
			padding: 0 1.562vw;
			align-items: center;
			flex-flow: column;
			padding-top: 8.854vw;
		}
		.ul-classify .con .pic{
			width: 7.760vw;
			height: 7.760vw;
			justify-content: center;
			align-items: flex-end;
			margin-bottom: 2.083vw;
		}
		.ul-classify .con .pic img{
			width: auto;
			height: auto;
			max-
			max-
		}
		.ul-classify .con .tit{
			font-size: 1.875vw;
			font-weight: 600;
			margin-bottom: 3.645vw;
		}
		.ul-classify .con .line{
			width: 3.229vw;
			height: 1px;
			margin: 0 auto 3.645vw;
		}
		.ul-classify .con .tags,
		.g-tags{
		}
		.ul-classify .con .tags {
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.ul-classify .con .tags .tag{
			min-width: calc(50% - 0.260vw);
			width: auto;
			margin: 0 0 0.781vw 0;
			padding: 0 0.520vw;
		}
		.ul-classify .con .tags .tag.w2{
			width: 100%;
		}
		.ul-classify .con .tags .tag:nth-of-type(even){
			margin: 0;
		}
		.ul-classify .con .tag,
		.g-tags .tag{
			width: calc(50% - 1.041vw);
			margin: 0 0.520vw 0.781vw;
			height: 2.187vw;
			line-height: 2.187vw;
			border-radius: 1.25vw;
			font-size: 0.833vw;
		}
		.ul-classify .con .tag.w2{
			margin: 0 0 0.781vw;
		}
		.m-jiance{
			background: url(../images/index/img5-1.png) no-repeat center;
			background-size: cover;
			align-items: center;
			justify-content: center;
		}
		.m-jiance ul{
			margin: 0 -0.781vw;
		}
		.m-jiance li{
			width: 16.5%;
			margin-bottom: 1.562vw;
		}
		.m-jiance .con{
			height: 10.78vw;
			margin: 0 0.781vw;
			border-radius: 0.520vw;
		}
		.m-jiance .con .pic{
			justify-content: center;
			align-items: center;
			transition: .5s;
		}
		
		.m-jiance li.w33{
			width: 33.3333%;
		}
		.m-jiance li.w33 .con{
			padding: 0 2.083vw ;
		}
		.m-jiance li.w33 .tit{
			font-size: 3.125vw;
			font-weight: bold;
			background-image: -webkit-linear-gradient(top, #FABD00, #fff 25%, #FABD00 50%, #fff 75%, #FABD00);
			-webkit-text-fill-
			-webkit-background-clip: text;
			-webkit-background-size: 100% 200%;
			-webkit-animation: masked-animation 1.5s infinite linear;
		}
		.m-jiance .g-tags .tag{
			width: calc(50% - 0.520vw);
			margin: 0 0.260vw 0.520vw;
		}
		@keyframes masked-animation {
			0% {
				background-0 0;
			}
			100% {
				background-0 -100%;
			}
		}
		.m-video{
		}
		.m-video .pic{
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
		}
		.m-video .play{
			top: 50%;
			transform: translate(-50%,-50%);
			width: 8.020vw;
		}
		.m-idxnews{
			align-items: center;
			justify-content: center;
			padding-top: 2.083vw;
		}
		.m-idxnews ul{
		}
		.m-idxnews .wp1600{
			padding-bottom: 3.645vw;
		}
		.m-idxnews li{
			transition: .5s;
		}
		.m-idxnews li:last-of-type .con{
			border: none;
		}
		.m-idxnews .con{
			padding: 0 1.041vw;
			border-right: 1px solid #d8d8d8;
			transition: .5s;
			/* height: 34.89vw; */
			height: auto;
			box-sizing: border-box;
		}
		.m-idxnews .tits{
			margin-bottom: 3.125vw;
		}
		.m-idxnews .txts{
			transition: .5s;
		}
		.m-idxnews .d{
			font-size: 3.125vw;
			line-height: 1;
			margin-right: 0.781vw;
		}
		.m-idxnews .t{
		}
		.m-idxnews .date{
			font-size: 0.833vw;
		}
		.m-idxnews .tit{
			font-size: 1.041vw;
			transition: .5s;
		}
		.m-idxnews .desc{
			font-size: 1.041vw;
			font-size: 0.833vw;
			/* margin-bottom: 3.125vw; */
			margin-bottom: 2.604vw;
			line-height: 1.8;
			min-height: 7.2em;
		}
		.m-idxnews .more{
			font-size: 0.833vw;
			text-transform: uppercase;
			/* margin-bottom: 4.427vw; */
			margin-bottom: 3.645vw;
		}
		.m-idxnews .more .t{
			padding-right: 1.875vw;
			background: url(../images/index/img7-2.png) no-repeat right center;
			background-size: 0.833vw;
			transition:1s;
		}
		.m-idxnews .pic {
			height: 13.02vw;
			transition: .5s;
		}
	
		.m-idxnews li:nth-of-type(even) .pic{
			margin-bottom: 4.166vw;
		}
		.m-idxnews li:nth-of-type(even) .more{
		}
		.m-idxnews .con:hover img{
			 transform: scale(1.1);
		}
		.m-idxnews .swiper-button-prev, 
		.m-idxnews .swiper-button-next{
			width: 2.395vw;
			height: 2.395vw;
			border-radius: 50%;
			left: 44.27vw;
			top: auto;
			transform: none;
			margin: 0;
			bottom: 3.645vw;
			transition: .5s;
		}
		.m-idxnews .swiper-button-prev:hover,
		.m-idxnews .swiper-button-next:hover{
		}
		.m-idxnews .swiper-button-next{
			right: 44.27vw;
			left: auto;
		}
		.m-idxnews .swiper-button-prev::after,
		.m-idxnews .swiper-button-next::after{
			content: '';
			width: 0.885vw;
			height: 0.625vw;
			background-size: 100%;
			opacity: 1;
			transition: .5s;
		}
		.m-idxnews .swiper-slide:nth-of-type(even) .con{
			padding-top: 16.66vw;
		}
		.m-idxnews .swiper-slide:nth-of-type(even) .pic{
			top: 0;
		}
	}
	
	
	
	
	@media only screen and (max-width: 950px)  {
		.banner .con .bgimg{
			display: none;
		}
		.banner .con .bgimg.ph{
			display: block;
		}
		.swpbox .slide-inner{
			transform: none !important;
		}
		.swiper-container.swpbox{
			height: calc(100vh - 50px);
		} 
		body.idx{
			padding-top: 50px;
			
		}
		.swiper-container.swpbox{
			margin: 0;
		}
		.swpbox .slide-inner{
			height: auto;
		}
		.banner.slide-inner{
			height: 70vh;
			height: 28vh;  
		}
		.service-down,
		.swpbox.swiper-container-vertical>.swiper-pagination-bullets{
			display: none !important;
		}
		
		.banner .con .txts{
			margin: 0;
			padding: 0 30px;
		}
		.banner .con .tits{
			margin-bottom: 30px;
		}
		.banner .con .tit_en{
			font-size: 30px;
			margin-bottom:0px;
		}
		.banner .con .tit{
			font-size: 26px;
		}
		.banner .desc{
			font-size: 14px;
			margin-bottom: 20px;
		}
		.g-idxbtn{
			font-size: 14px;
			height: 36px;
			line-height: 36px;
			width: auto;
			padding: 0 15px;
		}
		.banner .swiper-button-prev{
			left: 5px;
			width: 15px;
		}
		.banner .swiper-button-next{
			right: 5px;
			width: 15px;
		}
		.ul-classify{
			height: auto;
		}
		.swiper-slide-active .ul-classify li:nth-of-type(even),
		.swiper-slide-active .ul-classify li,
		.ul-classify li,
		.ul-classify li:nth-of-type(even){
			transform: none;
		}
		
		.m-jiance{
			display: none;
		}
		.m-jiance.ph{
			display: block;
			padding-top: 60px;
			padding-bottom: 50px;
		}
		.m-jiance li{
			width: 33.33333%;
			margin-bottom: 10px;
		}
		.m-jiance ul{
			margin: 0 -5px;
		}
		.m-jiance .con{
			margin: 0 5px;
			height: 23vw;
		}
		.m-jiance li.w33 .con{
			padding: 0;
		}
		.m-jiance li.w33 .tit{
			font-size: 14px;
			padding-top: 5px;
			margin-bottom: 5px;
		}
		.m-jiance .g-tags .tag{
			font-size: 12px;
			float: none;
			width: 100%;
			border-radius: 5px;
			line-height: 24px;
			height: 24px;
			box-sizing: border-box;
			text-align: center;
			margin: 0 0 3px 0;
		}
		
		.m-video{
			margin: 40px 0 0;
			height: 42vw;
		}
		.m-video .play{
			width: 30px;
			height: 30px;
		}
		.m-video video{
			width: 100%;
			height: 100%;
		}
		
		.m-idxnews .d{
			font-size: 40px;
			font-weight: bold;
			margin-right: 10px;
			padding-top: 3px;
		}
		.m-idxnews .date{
			font-size: 14px;
		}
		.m-idxnews .tit{
			font-size: 16px;
		}
		.m-idxnews .tits{
			margin-bottom: 20px;
		}
		.m-idxnews .desc{
			font-size: 14px;
			line-height: 1.6;
			min-height: auto;
			margin-bottom: 20px;
		}
		.m-idxnews .more{
			font-size: 14px;
			margin-bottom: 30px;
		}
		.m-idxnews .pic{
			width: 100%;
			height: auto;
		}
		.m-idxnews .swiper-slide:nth-of-type(even) .con{
			padding-top: 0;
		}
		.m-idxnews .swiper-slide:nth-of-type(even) .pic{
			position: static;
			transform: none;
		}
		.m-idxnews .swiper-button-prev, .m-idxnews .swiper-button-next{
			left: 30%;
			bottom: 10px;
		}
		.m-idxnews .swiper-button-next{
			left: auto;
			right: 30%;
		}
		.swpbox .slide-inner.nw{
			padding-bottom: 50px;
		}
		.swpbox .slide-inner.nw .swiper-slide{
			height: auto;
		}
		.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
			opacity: .4;
		}
		.swiper-scrollbar{
			opacity: 1;
			right: 0;
		}
		.swiper-container-vertical>.swiper-scrollbar{
			right: 0;
			height: 100%;
			background-color: transparent;
		}
	}
	
	.m-ban{
		height: 600px;
		background: url() no-repeat center;
		background-size: cover;
		color: #fff;
	}
	.m-ban .wp1600{
		height: 100%;
		display: flex;
		align-items: center;
	}
	.m-ban .tit{
		font-size: 3.125vw;
		color: #fff;
	}
	.m-ban .tit a{color: #fff;}
	.mbx{
		font-size:0.8vw;line-height: 32px;height: 32px;
	}
	.m-ban .info{
		font-size: 20px;
		line-height: 2.05;
	}
	.row-center1 .ul-classify{
		height: 100vh;
	}
	.row-center1 .ul-classify li:nth-of-type(even),
	.row-center1 .ul-classify li{
		transform: none;
	}
	
	.row-center2{
		
	}
	.g-tabs{
		box-shadow: 0px 2px 10px 0px rgba(185,185,185,0.5);
		height: 110px;
		margin-bottom: 70px;
	}
	.g-tabs .tabs{
		display: flex;
		justify-content: space-between;
	}
	.g-tabs .tab{
		margin: 0 55px;
		font-size: 20px;
		font-weight: 600;
		color: #333;
		line-height: 105px;
		border-bottom: 5px solid rgba(255, 255, 255, 0);
		box-sizing: border-box;
		transition: .5s;
		cursor: pointer;
	}
	.g-tabs .tab.on{
		border-color: #fabd00;
		color: #fabd00;
	}
	.g-tabs .tab:hover{
		color: #fabd00;
	}
	.g-protit{
		position: relative;
		margin-bottom: 50px;
	}
	.g-protit .tit{
		text-align: center;
	}
	.g-protit .tit .t{
		font-size: 36px;
		font-weight: 600;
		display: inline-block;
		position: relative;
	}
	.g-protit .tit .t::after{
		content: '';
		position: absolute;
		bottom: 5px;
		left: 7px;
		right: 7px;
		height: 8px;
		background-color: #FABD00;
		z-index: -1;
	}
	.g-protit .more,
	.g-more,
	.g-more2{
		position: absolute;
		right: 0;
		top: 50%;
		transform:translateY(-50%);
		line-height: 42px;
		border: 1px solid #FABD00;
		padding: 0 18px;
	}
	.g-protit .more:hover,
	.g-more:hover,
	.g-more2:hover{
		background-color: #fabd00;
	}
	.g-protit .more .t,
	.g-more .t,
	.g-more2 .t{
		font-size: 16px;
		display: inline-block;
		padding-right: 17px;
		background: url(../images/page/img1-2.png) no-repeat right center;
		background-size: 5px;
	}
	
	
	.m-prolist .list{
		margin-bottom: 60px;
	}
	.m-prolist ul{
		overflow: hidden;
		margin: 0 -13px;
	}
	.m-prolist ul li{
		float: left;
		width: 25%;
	}
	.m-prolist ul .tits{
		font-size: 28px;
		color: #333;
		position: relative;
		transition: .5s;
		margin-bottom: 12px;
		font-weight: bold;
	}
	.m-prolist ul .tits .tit_en{
		line-height: 1;
	}
	.m-prolist ul .con {
		height: 575px;
		position: relative;
		margin: 0 13px;
		border-bottom: 2px solid #FABD00;
		display: block;
	}
	.m-prolist ul .con .tits::after{
		content: '';
		position: absolute;
		left: -33px;
		top: -5px;
		bottom: 5px;
		border-left: 4px solid #fabd00;
		transition: .5s;
	}
	.m-prolist ul .con .pic{
		height: 335px;
		overflow: hidden;
	}
	.m-prolist ul .con .txts{
		padding: 23px 33px 0;
		font-size: 16px;
		line-height: 1.9;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		height: 230px;
		box-sizing: border-box;
		transition: .5s;
		background-color: #fff;
	}
	.m-prolist ul .con:hover .txts{
		height: 370px;
		background-color: #FABD00;
	}
	.m-prolist ul .con:hover .tits{
		margin-bottom: 30px;
	}
	.m-prolist ul .con:hover .tits::after{
		border-color: #fff;
	}
	.m-prolist ul .con:hover .info{
		-webkit-line-clamp:7;
	}
	.m-prolist ul .con:hover .txts .info{
		line-height: 1.8;
	}
	
	
	
	
	
	/*  */
	.m-jiejue{
		background-color: #f5f5f5;
		padding: 50px 0 100px;
	}
	.m-jiejue .g-tags {
		margin-bottom: 45px;
	}
	.m-jiejue .g-tags .tag{
		width: auto;
		padding: 0 30px;
		color: #999;
		background-color: #fff;

		height: 47px;
		line-height: 47px;
		border-radius: 30px;
		margin: 0 30px 0 0;
		transition: .5s;
		cursor: pointer;
		min-width: 120px;
		box-sizing: border-box;
	}
	.m-jiejue .g-tags .tag.on,
	.m-jiejue .g-tags .tag:hover{
		background-color: #333;
		color:#FABD00 ;
	}
	
	
	.ul-jiejue{
		/* overflow: hidden; */
		margin: 0 -25px;
	}
	.ul-jiejue li{
		float: left;
		width: 33.3333%;
		margin-bottom: 30px;
	}
	.ul-jiejue .con{
		margin: 0 25px;
		display: block;
	}
	.ul-jiejue .pic{
		height: 320px;
		overflow: hidden;
	}
	.ul-jiejue .date{
		position: absolute;
		left:25px;
		bottom: 20px;
		padding: 13px 7px 20px;
		background: rgba(0,0,0,0.5);
		color: #fff;
		text-align: center;
		font-size: 16px;
		line-height: 1;
		transition: .5s;
	}
	.ul-jiejue .date .day{
		font-size: 40px;
		margin-bottom: 5px;
	}
	
	.ul-jiejue .txts{
		padding-right: 25px;
		background-color: #fff;
		height: 270px;
		box-sizing: border-box;
	}
	.ul-jiejue .tits{
		border-bottom: 1px solid #ebebeb;
		padding:15px 0 25px 135px;
		margin-bottom: 12px;
		position: relative;
	}
	.ul-jiejue .tits::after{
		content: '';
		position: absolute;
		left: 52px;
		width: 17px;
		border-bottom: 1px solid #afafaf;
		bottom: -1px;
	}
	.ul-jiejue .tits .tit{
		font-size: 20px;
		transition: .5s;
	}
	.ul-jiejue .txt{
		padding-left: 25px;
	}
	.ul-jiejue .info{
		font-size: 16px;
		line-height: 1.9;
		margin-bottom: 20px;
	}
	.g-more{
		position: static;
		display: inline-block;
		line-height: 42px;
		height: 42px;
		border-color: #ccc;
		border-radius: 24px;
		padding: 0 27px;
		cursor: pointer;
		transition: .5s;
		transform: none;
	}
	.g-more:hover{
		border-color: #FABD00;
	}
	.ul-jiejue .con:hover{
		box-shadow: 0px 2px 20px 0px rgba(250,189,0,0.15);
	}
	.ul-jiejue .con:hover img{
		transform: scale(1.1);
	}
	.ul-jiejue .con:hover .date{
		background-color: #FABD00;
	}
	.ul-jiejue .con:hover .tit{
		color: #FABD00;
	}
	.ul-jiejue .con:hover .g-more{
		border-color:#FABD00;
		background-color: #FABD00;
	}
	
	
	
	/*  */
	.m-news{
		padding: 100px 0 170px;
		background-color:#f5f5f5 ;
	}
	
	.ul-jiejue.sty2{
		
	}
	.ul-jiejue.sty2 .tag{
		line-height: 31px;
		background-color: #f0f0f0;
		padding: 0 11px;
		display: inline-block;
		float: right;
		margin-bottom: 20px;
		font-size: 16px;
		color: #999999;
		transition: .5s;
	}
	.ul-jiejue.sty2 .con:hover .tag{
		background-color: #fabd00;
		color: #333;
	}
	.ul-jiejue.sty2 .tits{
		padding-left: 178px;
	}
	.ul-jiejue.sty2 .tits{
		border: none;
		padding-bottom: 0;
	}
	.ul-jiejue.sty2 .tits::after{
		display: none;
	}
	.ul-jiejue.sty2 .txts{
		height: 290px;
	}
	.ul-jiejue.sty2 .tit{
		clear: both;
		font-size: 24px;
		font-weight: bold;
	}
	.ul-jiejue.sty2 .date,
	.ul-jiejue.sty2 .con:hover .date{
		bottom: auto;
		background-color: transparent;
		top: 2px;
		color: #333;
	}
	.ul-jiejue.sty2 .date .day{
		line-height: 1.5;
		position: relative;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.ul-jiejue.sty2 .date .day::after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 31px;
		height: 4px;
		background-color: #fabd00;
	}
	
	
	
	
	
	/*  */
	.wp1530{
		max-width: 1530px;
		margin: 0 auto;
	}
	.m-newsdt{
		padding-top: 60px;
		border: 1px solid #EAEAEA;
		padding-bottom: 80px;
		background-color: #f7f7f7;
		position: relative;
	}
	.m-newsdt::after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 80px;
		border-bottom: 1px solid #EAEAEA;
	}
	
	.m-newsdt .wp1530{
		overflow: hidden;
	}
	.m-newsdt .col-l{
		float: left;
		width: 1065px;
		margin-right: 15px;
		padding: 50px 90px 80px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.m-newsdt .col-r{
		float: none;
		background-color: #fff;
		overflow: hidden;
		padding: 25px 40px;
		box-sizing: border-box;
	}
	
	.m-newsdt .col-l .tit{
		font-size: 40px;
		text-align: center;
		line-height: 1.1;
		margin-bottom: 20px;
	}
	.m-newsdt .col-l .desc{
		color: #999;
		font-size: 16px;
		text-align: center;
		margin-bottom: 35px;
	}
	.m-newsdt .col-l .desc span{
		margin: 0 22px;
	}
	.m-newsdt .col-l .txts{
		font-size: 20px;
		line-height: 2;
	}
	.m-newsdt .col-l .txts img{
		width: auto;
		max-width:  100%;
	}
	.m-newsdt .col-l .txts p{
		/* margin-bottom: 40px; */
	}
	
	.m-newsdt .tabs{
		text-align: center;
		margin-bottom: 35px;
	}
	.m-newsdt .tabs .tab{
		font-size: 20px;
		display: inline-block;
		margin: 0 25px;
		padding-bottom: 15px;
		position: relative;
		border-bottom: 2px solid rgba(0, 0, 0, 0);
		font-weight: 600;
		cursor: pointer;
	}
	.m-newsdt .tabs .tab.on{
		border-color: #0e589d;
		color: #0e589d;
	}
	
	.ul-newsdt li{
		margin-bottom: 20px;
	}
	.ul-newsdt .con{
		overflow: hidden;
		display: block;
	}
	.ul-newsdt .con:hover img{
		transform: scale(1.1);
	}
	.ul-newsdt .con:hover .tit{
		color: #FABD00;
	}
	.ul-newsdt .pic{
		float: left;
		overflow: hidden;
		margin-right: 25px;
		width: 180px;
		height: 120px;
	}
	.ul-newsdt .txts{
		overflow: hidden;
	}
	.ul-newsdt .tit{
		font-size: 20px;
		margin-bottom: 20px;
		transition: .5s;
		min-height: 3em;
	}
	.ul-newsdt .date{
		font-size: 16px;
		color: #999999;
	}
	.col-r .more {
		text-align: center;
		padding-top: 12px;
		font-weight: bold;
	}
	.col-r .more .t{
		display: inline-block;
		font-size: 16px;
		padding-right: 15px;
		background: url(../images/page/img1-2.png) no-repeat right center;
		background-size: 5px;
	}
	
	
	
	
	
	
	/*  */
	.m-jcgc{
		padding: 80px 0 110px;
	}
	.row-gc1{
		margin-bottom: 50px;
	}
	.g-gctits{
		font-size: 40px;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 50px;
	}
	.g-gctits .tit{
		margin-bottom: 5px;
	}
	.g-gctits .tit_en{
		font-size: 20px;
	}
	.firmdesc{
		height: 828px;
	}
	.firmdesc .pic{
		float: left;
		width: 907px;
		height: 100%;
		overflow: hidden;
	}
	.firmdesc .txts{
		overflow: hidden;
		padding: 100px 60px 0;
		color: #fff;
		background-color: #121c26;
		height: 100%;
		box-sizing: border-box;
		background: url(../images/page/img9-2.png) no-repeat center;
		background-size: cover;
	}
	.firmdesc .txts .tit{
		margin-bottom: 80px;
		font-size: 30px;
	}
	.firmdesc .txts .txt{
		font-size: 20px;
		line-height: 2;
		height: 520px;
		overflow-y: auto;
	}
	.row-gc2{
		margin-bottom: 80px;
	}
	.row-gc2 .g-gctits{
		margin-bottom: 75px;
	}
	.g-more2{
		position: static;
		display: inline-block;
		transform: none;
	}
	
	.ul-jcgc{
		overflow: hidden;
		margin: 0 -13px;
	}
	.ul-jcgc li{
		width: 50%;
		float: left;
		margin-bottom: 30px;
	}
	.ul-jcgc .con{
		margin: 0 13px;
		position: relative;
		display: block;
	}
	.ul-jcgc .pic{
		height: 530px;
		overflow: hidden;
	}
	.ul-jcgc .con:hover .txts{
		opacity: 1;
	}
	.ul-jcgc .txts{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(250,189,0, .7);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
		color: #fff;
		opacity: 0;
		transition: .5s;
	}
	.ul-jcgc .tit {
		margin-bottom: 20px;
	}
	.ul-jcgc .tit .t{
		position: relative;
		display: inline-block;
		font-size: 30px;
	}
	.ul-jcgc .tit .t::after,
	.ul-jcgc .tit .t::before{
		content: '';
		position: absolute;
		border-bottom: 2px solid #fff;
		width: 76px;
		left: -17px;
		top: 50%;
		transform: translate(-100%,-50%);
	}
	.ul-jcgc .tit .t::after{
		right: -17px;
		left: auto;
		transform: translate(100%,-50%);
	}
	.g-more2 {
		border-color: #fff;
		height: 42px;
		line-height: 42px;
		padding: 0 27px;
	}
	.g-more2 .t{
		color: #fff;
		background-image: url(../images/page/img6-8.png);
		
	}
	
	
	
	
	
	
	/* 产品详情 */
	.swp-jiance{
		padding: 0 70px;
		position: relative;
	}
	.swp-jiance .pic{
		height: 490px;
		/* display: flex;
		align-items: center;
		justify-content: center; */
		overflow: hidden;
		margin-bottom: 20px;
	}
	.swp-jiance .pic img{
		width: 100%;
		height: auto;
		min-height: 100%;
		
	}
	.swp-jiance .tit{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		
	}
	.swp-jiance .swiper-button-prev, 
	.swp-jiance .swiper-button-next{
		width: 19px;
		height: 35px;
		background-image: url(../images/page/img6-5.png);
		left: -0;
		opacity: 1;
	}
	.swp-jiance .swiper-button-next{
		background-image: url(../images/page/img6-6.png);
		right: -0;
		left: auto;
	}
	
	
	.m-prodetail{
		padding: 55px 0 0;
		overflow: hidden;
	}
	.m-prodetail .detail{
		overflow: hidden;
		margin-bottom: 75px;
	}
	.m-prodetail .detail .pic{
		float: left;
		width: 755px;
		overflow: hidden;
		margin-right: 80px;
	}
	.m-prodetail .detail .txts{
		overflow: hidden;
		padding-top: 120px;
		text-align: right;
	}
	.m-prodetail .detail .tit{
		font-size: 50px;
		margin-bottom: 60px;
	}
	.m-prodetail .detail .desc{
		font-size: 30px;
	}
	.m-prodetail .g-tabs{
		box-shadow: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		margin-bottom: 0;
	}
	.m-prodetail .g-tabs::after{
		content: '';
		position: absolute;
		left: -20vw;
		right: -20vw;
		bottom: 0;
		border-bottom: 1px solid #ddd;
	}
	.m-prodetail .g-tabs .tit{
		font-size: 30px;
		font-weight: 600;
	}
	.m-prodetail .g-tabs .tab.on,
	.m-prodetail .g-tabs .tab:hover{
		color: #333;
	}
	
	.m-download{
		padding: 42px 0 80px;
	}
	.m-download .down{
		margin-bottom: 40px;
	}
	.m-download .bigtit{
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	
	
	.m-download ul li{
		margin-bottom: 15px;
	}
	.m-download ul .con{
		padding: 28px 60px 28px 40px;
		border: 1px solid #D2D2D2;
		overflow: hidden;
	}
	.m-download ul .tit{
		font-size: 20px;
		width: 1050px;
		margin-right: 30px;
		float: left;
	}
	.m-download ul .date{
		font-size: 16px;
		width: 300px;
		float: left;
		color: #999;
	}
	.m-download ul .icon{
		width: 30px;
		height: 30px;
		background: url(../images/page/img7-3.png) no-repeat center;
		background-size: 100%;
		float: right;
	}
	
	
	
	.m-protedian{
		height: 535px;
		background: url(../images/page/img7-4.png) no-repeat center;
		background-size: cover;
		color: #fff;
		font-size: 20px;
	}
	.m-protedian .txts{
		width: 500px;
		float: right;
		padding-top: 110px;
		line-height: 2;
	}
	
	
	.m-projishu{
		font-weight: bold;
		padding-bottom: 30px;
	}
	.m-projishu .infos{
		overflow: hidden;
		border-bottom: 1px solid #e6e6e6;
	}
	.m-projishu .infos:last-of-type{
		border: none;
	}
	.m-projishu .tit{
		float: left;
		width: 290px;
		line-height: 70px;
		font-size: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.m-projishu .txt{
		font-size: 16px;
		line-height: 70px;
		overflow: hidden;
	}
	.m-projishu .txt .item{
		border-bottom: 1px solid #e6e6e6;
	}
	.m-projishu .txt .item:last-of-type{
		border: none;
	}
	
	.m-propeizhi{
		background-color: #fafafa;
		padding:60px 0 70px ;
		
	}
	
	.m-propeizhi ul{
		overflow: hidden;
		margin: 0 -4px;
	}
	.m-propeizhi ul li{
		float: left;
		width: 16.66666%;
		margin-bottom: 10px;
	}
	.m-propeizhi ul .con{
		background-color: #fff;
		position: relative;
		height: 326px;
		margin: 0 4px;
		padding-top: 30px;
		box-sizing: border-box;
	}
	.m-propeizhi ul .pic{
		width: 190px;
		height: 210px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.m-propeizhi ul .pic img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.m-propeizhi ul .tit{
		position: absolute;
		font-size: 25px;
		left: 0;
		right: 0;
		bottom: 25px;
		padding: 0 10px;
		text-align: center;
		line-height: 1.2;
		max-height: 2.4em;
		overflow: hidden;
	}
	
	
	
	
	@media only screen and (min-width: 950px) and (max-width: 1920px) {
		body{
			padding-top: 7.083vw;
		}
		body.idx{
		}
		.m-ban{
			height: 31.25vw;
			background: url() no-repeat center;
			background-size: cover;
		}
		.m-ban .wp1600{
			align-items: center;
		}
		.m-ban .tit{
			font-size:1.125vw;
			color: #fff;
		}
		.mbx{
			font-size:0.8vw;line-height: 36px;height: 36px;
		}
		.m-ban .info{
			font-size: 1.041vw;
			line-height: 2.05;
		}
		.row-center1 .ul-classify{
			height: 100vh;
		}
		.row-center1 .ul-classify li:nth-of-type(even),
		.row-center1 .ul-classify li{
			transform: none;
		}
		.row-center2{
		}
		.g-tabs{
			box-shadow: 0 0.104vw 0.520vw 0 rgba(185,185,185,0.5);
			height: 5.729vw;
			margin-bottom: 3.645vw;
		}
		.g-tabs .tabs{
			justify-content: space-between;
		}
		.g-tabs .tab{
			margin: 0 2.864vw;
			font-size: 1.041vw;
			font-weight: 600;
			line-height: 5.468vw;
			border-bottom: 0.260vw solid rgba(255, 255, 255, 0);
			box-sizing: border-box;
			transition: .5s;
		}
		.g-tabs .tab.on{
			border-
		}
		.g-tabs .tab:hover{
		}
		.g-protit{
			margin-bottom: 2.604vw;
		}
		.g-protit .tit{
		}
		.g-protit .tit .t{
			font-size: 1.875vw;
			font-weight: 600;
		}
		.g-protit .tit .t::after{
			content: '';
			bottom: 0.260vw;
			left: 0.364vw;
			right: 0.364vw;
			height: 0.416vw;
			-1;
		}
		.g-protit .more,
		.g-more,
		.g-more2{
			right: 0;
			top: 50%;
			transform:translateY(-50%);
			line-height: 2.187vw;
			border: 1px solid #FABD00;
			padding: 0 0.937vw;
		}
		.g-protit .more:hover,
		.g-more:hover,
		.g-more2:hover{
		}
		.g-protit .more .t,
		.g-more .t,
		.g-more2 .t{
			font-size: 0.833vw;
			padding-right: 0.885vw;
			background: url(../images/page/img1-2.png) no-repeat right center;
			background-size: 0.260vw;
		}
		.m-prolist .list{
			margin-bottom: 3.125vw;
		}
		.m-prolist ul{
			margin: 0 -0.677vw;
		}
		.m-prolist ul li{
		}
		.m-prolist ul .tits{
			font-size: 1.458vw;
			transition: .5s;
			margin-bottom: 0.625vw;
			font-weight: bold;
		}
		.m-prolist ul .tits .tit_en{
			line-height: 1;
		}
		.m-prolist ul .con {
			height: 29.94vw;
			margin: 0 0.677vw;
			border-bottom: 0.104vw solid #FABD00;
		}
		.m-prolist ul .con .tits::after{
			content: '';
			left: -1.718vw;
			top: -0.260vw;
			bottom: 0.260vw;
			border-left: 0.208vw solid #fabd00;
			transition: .5s;
		}
		.m-prolist ul .con .pic{
			height: 17.44vw;
		}
		.m-prolist ul .con .txts{
			padding: 1.197vw 1.718vw 0;
			font-size: 0.833vw;
			line-height: 1.9;
			right: 0;
			left: 0;
			bottom: 0;
			height: 11.97vw;
			box-sizing: border-box;
			transition: .5s;
		}
		.m-prolist ul .con:hover .txts{
			height: 19.27vw;
		}
		.m-prolist ul .con:hover .tits{
			margin-bottom: 1.562vw;
		}
		.m-prolist ul .con:hover .tits::after{
			border-
		}
		.m-prolist ul .con:hover .info{
			-webkit-line-clamp:7;
		}
		.m-prolist ul .con:hover .txts .info{
			line-height: 1.8;
		}
		/*  */
		.m-jiejue{
			padding: 2.604vw 0 5.208vw;
		}
		.m-jiejue .g-tags {
			margin-bottom: 2.343vw;
		}
		.m-jiejue .g-tags .tag{
			width: auto;
			padding: 0 1.562vw;
			height: 2.447vw;
			line-height: 2.447vw;
			border-radius: 1.562vw;
			margin: 0 1.562vw 0 0;
			transition: .5s;
			min-width: 6.25vw;
			box-sizing: border-box;
			font-size: 0.833vw;
		}
		.m-jiejue .g-tags .tag.on,
		.m-jiejue .g-tags .tag:hover{
		}
		.ul-jiejue{
			/*  */
			margin: 0 -1.302vw;
		}
		.ul-jiejue li{
			width: 33.3333%;
			margin-bottom: 1.562vw;
		}
		.ul-jiejue .con{
			margin: 0 1.302vw;
		}
		.ul-jiejue .pic{
			height: 16.66vw;
		}
		.ul-jiejue .date{
			left:1.302vw;
			bottom: 1.041vw;
			padding: 0.677vw 0.364vw 1.041vw;
			background: rgba(0,0,0,0.5);
			font-size: 0.833vw;
			line-height: 1;
			transition: .5s;
		}
		.ul-jiejue .date .day{
			font-size: 2.083vw;
			margin-bottom: 0.260vw;
		}
		.ul-jiejue .txts{
			padding-right: 1.302vw;
			height: 14.06vw;
			box-sizing: border-box;
		}
		.ul-jiejue .tits{
			border-bottom: 1px solid #ebebeb;
			padding:0.781vw 0 1.302vw 7.031vw;
			margin-bottom: 0.625vw;
		}
		.ul-jiejue .tits::after{
			content: '';
			left: 2.708vw;
			width: 0.885vw;
			border-bottom: 1px solid #afafaf;
			bottom: -1px;
		}
		.ul-jiejue .tits .tit{
			font-size: 1.041vw;
			transition: .5s;
		}
		.ul-jiejue .txt{
			padding-left: 1.302vw;
		}
		.ul-jiejue .info{
			font-size: 0.833vw;
			line-height: 1.9;
			margin-bottom: 1.041vw;
		}
		.g-more{
			line-height: 2.187vw;
			height: 2.187vw;
			border-
			border-radius: 1.25vw;
			padding: 0 1.406vw;
			transition: .5s;
			transform: none;
		}
		.g-more:hover{
			border-
		}
		.ul-jiejue .con:hover{
			box-shadow: 0 0.104vw 1.041vw 0 rgba(250,189,0,0.15);
		}
		.ul-jiejue .con:hover img{
			transform: scale(1.1);
		}
		.ul-jiejue .con:hover .date{
		}
		.ul-jiejue .con:hover .tit{
		}
		.ul-jiejue .con:hover .g-more{
			border-
		}
		/*  */
		.m-news{
			padding: 5.208vw 0 8.854vw;
		}
		.ul-jiejue.sty2{
		}
		.ul-jiejue.sty2 .tag{
			line-height: 1.614vw;
			padding: 0 0.572vw;
			margin-bottom: 1.041vw;
			font-size: 0.833vw;
			transition: .5s;
		}
		.ul-jiejue.sty2 .con:hover .tag{
		}
		.ul-jiejue.sty2 .tits{
			padding-left: 9.270vw;
		}
		.ul-jiejue.sty2 .tits{
			border: none;
		}
		.ul-jiejue.sty2 .tits::after{
		}
		.ul-jiejue.sty2 .txts{
			height: 15.10vw;
		}
		.ul-jiejue.sty2 .tit{
			clear: both;
			font-size: 1.25vw;
			font-weight: bold;
		}
		.ul-jiejue.sty2 .date,
		.ul-jiejue.sty2 .con:hover .date{
			bottom: auto;
			top: 0.104vw;
		}
		.ul-jiejue.sty2 .date .day{
			line-height: 1.5;
			padding-bottom: 0.260vw;
			margin-bottom: 0.781vw;
		}
		.ul-jiejue.sty2 .date .day::after{
			content: '';
			left: 0;
			bottom: 0;
			width: 1.614vw;
			height: 0.208vw;
		}
		/*  */
		.wp1530{
			max-width: 79.68vw;
			margin: 0 auto;
		}
		.m-newsdt{
			padding-top: 3.125vw;
			border: 1px solid #EAEAEA;
			padding-bottom: 4.166vw;
		}
		.m-newsdt::after{
			content: '';
			left: 0;
			right: 0;
			bottom: 4.166vw;
			border-bottom: 1px solid #EAEAEA;
		}
		.m-newsdt .wp1530{
		}
		.m-newsdt .col-l{
			width: 55.46vw;
			margin-right: 0.781vw;
			padding: 2.604vw 4.687vw 4.166vw;
			box-sizing: border-box;
		}
		.m-newsdt .col-r{
			padding: 1.302vw 2.083vw;
			box-sizing: border-box;
		}
		.m-newsdt .col-l .tit{
			font-size: 2.083vw;
			line-height: 1.1;
			margin-bottom: 1.041vw;
		}
		.m-newsdt .col-l .desc{
			font-size: 0.833vw;
			margin-bottom: 1.822vw;
		}
		.m-newsdt .col-l .desc span{
			margin: 0 1.145vw;
		}
		.m-newsdt .col-l .txts{
			font-size: 1.041vw;
			line-height: 2;
		}
		.m-newsdt .col-l .txts img{
			width: auto;
			max-
		}
		.m-newsdt .col-l .txts p{
			/* margin-bottom: 2.083vw; */
		}
		.m-newsdt .tabs{
			margin-bottom: 1.822vw;
		}
		.m-newsdt .tabs .tab{
			font-size: 1.041vw;
			margin: 0 1.302vw;
			padding-bottom: 0.781vw;
			border-bottom: 0.104vw solid rgba(0, 0, 0, 0);
			font-weight: 600;
		}
		.m-newsdt .tabs .tab.on{
			border-
		}
		.ul-newsdt li{
			margin-bottom: 1.041vw;
		}
		.ul-newsdt .con{
		}
		.ul-newsdt .con:hover img{
			transform: scale(1.1);
		}
		.ul-newsdt .con:hover .tit{
		}
		.ul-newsdt .pic{
			margin-right: 1.302vw;
			width: 9.375vw;
			height: 6.25vw;
		}
		.ul-newsdt .txts{
		}
		.ul-newsdt .tit{
			font-size: 1.041vw;
			margin-bottom: 1.041vw;
			transition: .5s;
			min-height: 3em;
		}
		.ul-newsdt .date{
			font-size: 0.833vw;
		}
		.col-r .more {
			padding-top: 0.625vw;
			font-weight: bold;
		}
		.col-r .more .t{
			font-size: 0.833vw;
			padding-right: 0.781vw;
			background: url(../images/page/img1-2.png) no-repeat right center;
			background-size: 0.260vw;
		}
		/*  */
		.m-jcgc{
			padding: 4.166vw 0 5.729vw;
		}
		.row-gc1{
			margin-bottom: 2.604vw;
		}
		.g-gctits{
			font-size: 2.083vw;
			line-height: 1.3;
			margin-bottom: 2.604vw;
		}
		.g-gctits .tit{
			margin-bottom: 0.260vw;
		}
		.g-gctits .tit_en{
			font-size: 1.041vw;
			text-transform: uppercase;
		}
		.firmdesc{
			height: 43.12vw;
		}
		.firmdesc .pic{
			width: 47.23vw;
		}
		.firmdesc .txts{
			padding: 5.208vw 3.125vw 0;
			box-sizing: border-box;
		}
		.firmdesc .txts .tit{
			margin-bottom: 4.166vw;
			font-size: 1.562vw;
		}
		.firmdesc .txts .txt{
			font-size: 1.041vw;
			line-height: 2;
			height: 27.08vw;
		}
		.row-gc2{
			margin-bottom: 4.166vw;
		}
		.row-gc2 .g-gctits{
			margin-bottom: 3.906vw;
		}
		.g-more2{
			transform: none;
		}
		.ul-jcgc{
			margin: 0 -0.677vw;
		}
		.ul-jcgc li{
			margin-bottom: 1.562vw;
		}
		.ul-jcgc .con{
			margin: 0 0.677vw;
		}
		.ul-jcgc .pic{
			height: 27.60vw;
		}
		.ul-jcgc .con:hover .txts{
			opacity: 1;
		}
		.ul-jcgc .txts{
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			align-items: center;
			justify-content: center;
			flex-flow: column;
			opacity: 0;
			transition: .5s;
		}
		.ul-jcgc .tit {
			margin-bottom: 1.041vw;
		}
		.ul-jcgc .tit .t{
			font-size: 1.562vw;
		}
		.ul-jcgc .tit .t::after,
		.ul-jcgc .tit .t::before{
			content: '';
			border-bottom: 0.104vw solid #fff;
			width: 3.958vw;
			left: -0.885vw;
			top: 50%;
			transform: translate(-100%,-50%);
		}
		.ul-jcgc .tit .t::after{
			right: -0.885vw;
			left: auto;
			transform: translate(100%,-50%);
		}
		.g-more2 {
			border-
			height: 2.187vw;
			line-height: 2.187vw;
			padding: 0 1.406vw;
		}
		.g-more2 .t{
			background-image: url(../images/page/img6-8.png);
		}
		/* 产品详情 */
		.swp-jiance{
			padding: 0 3.645vw;
		}
		.swp-jiance .pic{
			height: 25.52vw;
			/* 
			align-items: center;
			justify-content: center; */
			margin-bottom: 1.041vw;
		}
		.swp-jiance .pic img{
			height: auto;
			min-
		}
		.swp-jiance .tit{
			font-size: 1.041vw;
			font-weight: bold;
		}
		.swp-jiance .swiper-button-prev, 
		.swp-jiance .swiper-button-next{
			width: 0.989vw;
			height: 1.822vw;
			background-image: url(../images/page/img6-5.png);
			left: -0;
			opacity: 1;
		}
		.swp-jiance .swiper-button-next{
			background-image: url(../images/page/img6-6.png);
			right: -0;
			left: auto;
		}
		.m-prodetail{
			padding: 2.864vw 0 0;
		}
		.m-prodetail .detail{
			margin-bottom: 3.906vw;
		}
		.m-prodetail .detail .pic{
			width: 39.32vw;
			margin-right: 4.166vw;
		}
		.m-prodetail .detail .txts{
			padding-top: 6.25vw;
		}
		.m-prodetail .detail .tit{
			font-size: 2.604vw;
			margin-bottom: 3.125vw;
		}
		.m-prodetail .detail .desc{
			font-size: 1.562vw;
		}
		.m-prodetail .g-tabs{
			box-shadow: none;
			align-items: center;
			justify-content: space-between;
		}
		.m-prodetail .g-tabs::after{
			content: '';
			left: -20vw;
			right: -20vw;
			bottom: 0;
			border-bottom: 1px solid #ddd;
		}
		.m-prodetail .g-tabs .tit{
			font-size: 1.562vw;
			font-weight: 600;
		}
		.m-prodetail .g-tabs .tab.on,
		.m-prodetail .g-tabs .tab:hover{
		}
		.m-download{
			padding: 2.187vw 0 4.166vw;
		}
		.m-download .down{
			margin-bottom: 2.083vw;
		}
		.m-download .bigtit{
			font-size: 1.562vw;
			font-weight: 600;
			margin-bottom: 1.041vw;
		}
		.m-download ul li{
			margin-bottom: 0.781vw;
		}
		.m-download ul .con{
			padding: 1.458vw 3.125vw 1.458vw 2.083vw;
			border: 1px solid #D2D2D2;
		}
		.m-download ul .tit{
			font-size: 1.041vw;
			width: 54.68vw;
			margin-right: 1.562vw;
		}
		.m-download ul .date{
			font-size: 0.833vw;
			width: 15.62vw;
		}
		.m-download ul .icon{
			width: 1.562vw;
			height: 1.562vw;
			background: url(../images/page/img7-3.png) no-repeat center;
			background-size: 100%;
		}
		.m-protedian{
			height: 27.86vw;
			background: url(../images/page/img7-4.png) no-repeat center;
			background-size: cover;
			font-size: 1.041vw;
		}
		.m-protedian .txts{
			width: 26.04vw;
			padding-top: 5.729vw;
			line-height: 2;
		}
		.m-projishu{
			font-weight: bold;
			padding-bottom: 1.562vw;
		}
		.m-projishu .infos{
			border-bottom: 1px solid #e6e6e6;
		}
		.m-projishu .infos:last-of-type{
			border: none;
		}
		.m-projishu .tit{
			width: 15.10vw;
			line-height: 3.645vw;
			font-size: 1.041vw;
			padding-right: 1.041vw;
			box-sizing: border-box;
		}
		.m-projishu .txt{
			font-size: 0.833vw;
			line-height: 3.645vw;
		}
		.m-projishu .txt .item{
			border-bottom: 1px solid #e6e6e6;
		}
		.m-projishu .txt .item:last-of-type{
			border: none;
		}
		.m-propeizhi{
			padding:3.125vw 0 3.645vw ;
		}
		.m-propeizhi ul{
			margin: 0 -0.208vw;
		}
		.m-propeizhi ul li{
			width: 16.66666%;
			margin-bottom: 0.520vw;
		}
		.m-propeizhi ul .con{
			padding-top: 1.562vw;
			height: 16.97vw;
			margin: 0 0.208vw;
		}
		.m-propeizhi ul .pic{
			width: 9.895vw;
			height: 10.93vw;
			margin: 0 auto;
			align-items: center;
			justify-content: center;
		}
		.m-propeizhi ul .tit{
			font-size: 1.302vw;
			left: 0;
			right: 0;
			bottom: 1.302vw;
			padding: 0 0.520vw;
		}
	}
	
	@media only screen and (max-width: 950px){
		body{
			padding-top: 50px;
		}
		.m-ban{
			height: 200px;
			
		}
		.m-ban .tit{
			font-size: 3.125vw;
			color: #fff;
		}
		.mbx{
			font-size:1.6vw;line-height: 36px;height: 36px;
		}
		.m-ban .info{
			font-size: 14px;
			line-height: 1.6;
		}
		.ul-classify li{
			float: none;
			width: auto;
		}
		.row-center1 .ul-classify{
			height: auto;
		}
		.ul-classify .con{
			padding:40px  20px 30px;
		}
		.ul-classify .con .tit{
			font-size: 20px;
			margin-bottom: 20px;
		}
		.ul-classify .con .pic{
			width: 100px;
			height: 100px;
			margin-bottom: 15px;
		}
		.ul-classify .con .line{
			margin-bottom: 30px;
		}
		.ul-classify .con .tags .tag{
			font-size: 14px;
			height: 36px;
			line-height: 36px;
			margin-bottom: 10px;
		}
		.g-tabs {
			height: auto;
			margin-bottom: 30px;
		}
		.g-tabs .tabs{
			flex-wrap: nowrap;
			overflow-x: auto;
			width: 100%;
			box-sizing: border-box;
		}
		.g-tabs .tab{
			font-size: 14px;
			margin: 0;
			line-height: 1.5;
			white-space: nowrap;
			margin-right: 20px;
			padding-bottom: 10px;
			border-width: 2px;
		}
		.g-protit .tit .t{
			font-size: 20px;
		}
		.g-protit .more{
			padding: 0 5px;
			line-height: 30px;
		}
		.g-protit .more .t{
			font-size: 13px;
			padding-right: 12px;
		}
		.m-prolist ul li{
			float: none;
			width: auto;
			margin-bottom: 30px;
		}
		.m-prolist ul .con{
			height: 123vw;
		}
		.m-prolist ul .tits{
			font-size: 16px;
		}
		.m-prolist ul .con .txts{
			font-size: 14px;
			line-height: 1.6;
			height: 165px;
		}
		.m-prolist ul .con .pic{
			height: 78vw;
		}
		.m-prolist ul .con:hover .tits{
			margin-bottom: 15px;
		}
		.m-prolist ul .con:hover .txts{
			height: 280px;
		}
		.m-jiejue{
			padding: 20px 0 40px;
		}
		.m-jiejue .g-tags{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-bottom: 30px;
		}
		.m-jiejue .g-tags .tag{
			font-size: 14px;
			height: 30px;
			line-height: 30px;
			width: auto;
			width:32%;
			margin: 0;
			box-sizing: border-box;
			min-width: auto;
			padding: 0;
			margin-bottom: 2%;
		}
		.ul-jiejue{
			margin: 0;
		}
		.ul-jiejue .con{
			margin: 0;
		}
		.ul-jiejue li{
			float: none;
			width: auto;
			margin-bottom: 20px;
		}
		.ul-jiejue .pic{
			height: auto;
		}
		.ul-jiejue .tits{
			padding: 15px 15px 15px 85px;
		}
		.ul-jiejue .tits .tit{
			font-size: 16px;
		}
		.ul-jiejue .info{
			font-size: 14px;
		}
		.ul-jiejue .date {
			font-size: 12px;
			left: 10px;
			padding-bottom: 10px;
			bottom: 15px;
		}
		.ul-jiejue .tits::after{
			left: 32px;
		}
		.ul-jiejue .date .day{
			font-size: 28px;
		}
		.ul-jiejue .txts{
			padding-right: 0;
			height: auto;
			padding-bottom: 20px;
		}
		.g-more{
			height: 30px;
			line-height: 30px;
			padding: 0 14px;
		}
		.g-more .t{
			font-size: 14px;
		}
		.ul-jiejue .txt{
			padding: 15px ;
		}
		.ul-jiejue.sty2 .tag{
			font-size: 12px;
			margin-bottom: 8px;
			line-height: 2;
		}
		.ul-jiejue.sty2 .tits{
			padding-left: 80px;
		}
		.ul-jiejue.sty2 .txts{
			height: auto;
		}
		.ul-jiejue.sty2  .txt{
			padding: 0 15px;
			
		}
		.ul-jiejue .info{
			margin-bottom: 0;
		}
		.m-news{
			padding: 40px 0;
		}
		.m-newsdt{
			padding-top: 30px;
			padding-bottom: 30px;
		}
		.m-newsdt .col-l,
		.m-newsdt .col-r{
			float: none;
			width: auto;
			padding: 15px;
		}
		.m-newsdt .col-l .tit{
			font-size: 22px;
			line-height: 1.3;
		}
		.m-newsdt .col-l .desc{
			font-size: 14px;
			margin-bottom: 20px;
		}
		.m-newsdt .col-l .desc span{
			margin: 0 10px;
		}
		.m-newsdt .col-l .txts{
			font-size: 14px;
			line-height: 1.8;
		}
		.m-newsdt .tabs .tab{
			font-size: 16px;
			padding-bottom: 5px;
		}
		.ul-newsdt .pic{
			float: none;
			margin: 0;
			width: 100%;
			height: auto;
			margin-bottom: 10px;
		}
		.ul-newsdt .tit{
			font-size: 14px;
			min-height: auto;
			margin-bottom: 5px;
		}
		.ul-newsdt .date{
			font-size: 13px;
		}
		.col-r .more .t{
			font-size: 14px;
		}
		.m-newsdt .col-r{
			padding-bottom: 30px;
		}
		.m-newsdt::after{
			display: none;
		}
		
		.m-jcgc{
			padding: 30px 0;
		}
		.g-gctits{
			margin-bottom: 20px;
		}
		.g-gctits .tit{
			font-size: 20px;
		}
		.g-gctits .tit_en{
			font-size: 13px;
		}
		.firmdesc{
			height: auto;
		}
		.firmdesc .pic{
			float: none;
			width: 100%;
			height: auto;
		}
		.firmdesc .txts{
			padding: 30px 15px;
		}
		.firmdesc .txts .tit,
		.row-gc2 .g-gctits{
			margin-bottom: 15px;
			font-size: 18px;
		}
		.row-gc2{
			margin-bottom: 20px;
		}
		.firmdesc .txts .txt{
			font-size: 14px;
		}
		.firmdesc .txts .txt{
			height: auto;
		}
		.ul-jcgc li{
			float: none;
			width: 100%;
			height: auto;
		}
		.ul-jcgc .pic{
			height:60vw;
		}
		.ul-jcgc .tit .t{
			font-size:20px;
		}
		.ul-jcgc .tit .t::after, .ul-jcgc .tit .t::before{
			width: 30px;
			border-width: 2px;
		}
		.g-more2 .t{
			font-size: 14px;
			
		}
		.g-more2{
			height: 30px;
			line-height: 30px;
			padding: 0 15px;
		}
		
		.swp-jiance{
			padding: 0 20px;
		}
		.swp-jiance .pic{
			height: 55vw;
		}
		.swp-jiance .tit{
			font-size: 14px;
		}
		.swp-jiance .swiper-button-next,
		.swp-jiance .swiper-button-prev{
			top: 40%;
			width: 14px;
			margin: 0;
			outline: none;
		}
		.swp-jiance .swiper-button-next::after,
		.swp-jiance .swiper-button-prev::after{
			display: none;
		}
		.m-prodetail .detail{
			margin-bottom: 40px;
		}
		.m-prodetail .detail .pic{
			float: none;
			width: auto;
			margin: 0;
		}
		.m-prodetail .detail .txts{
			padding-top: 30px;
		}
		.m-prodetail .detail .tit{
			font-size: 20px;
			margin-bottom: 15px;
		}
		.m-prodetail .detail .desc{
			font-size: 14px;
		}
		.m-prodetail .g-tabs{
			display: block;
		}
		.m-prodetail .g-tabs .tit{
			font-size: 20px;
			margin-bottom: 15px;
		}
		.m-download{
			padding: 30px 0;
		}
		.m-download .bigtit{
			font-size: 18px;
			margin-bottom: 10px;
		}
		.m-download ul .tit{
			float: none;
			width: auto;
			display: block;
			margin-right: 0;
			font-size: 14px;
			margin-bottom: 10px;
		}
		.m-download ul .con{
			padding: 15px;
			position: relative;
		}
		.m-download ul .date{
			font-size: 14px;
			padding-right: 40px;
			float: none;
			width: auto;
		}
		.m-download ul .icon{
			position: absolute;
			right: 0;
			bottom: 15px;
			right: 15px;
			width: 20px;
			height: 20px;
		}
		.m-download .down{
			margin-bottom: 30px;
		}
		.m-protedian{
			height: auto;
			padding: 60px 15px;
			background-position: 100% center;
		}
		.m-protedian .txts{
			float: none;
			font-size: 14px;
			width: auto;
			padding: 0;
			line-height: 1.6;
		}
		
		.m-projishu{
			padding-top: 30px;
		}
		.m-projishu .tit{
			float: none;
			margin-bottom: 0;
			line-height: 1.6;
			width: auto;
			margin: 0 0 0;
			font-size: 18px;
		}
		.m-projishu .txt{
			font-size: 14px;
			line-height: 1.5;
			
		}
		.m-projishu .txt .item{
			padding: 12px 0;
		}
		.m-projishu .infos{
			margin-bottom: 40px;
		}
		
		.m-propeizhi{
			padding: 30px 0;
		}
		.m-propeizhi ul li{
			width: 50%;
		}
		.m-propeizhi ul .con{
			height: auto;
		}
		.m-propeizhi ul .pic{
			width: 95%;
			height: 45vw;
		}
		.m-propeizhi ul .tit{
			font-size: 14px;
			position: static;
			min-height: 3em;
		}
	}
	
	
	
	
	
	
	/* 关于我们 */
	
	.about .m-ban{
		height: 100%;
	}
	.m-aboutinfo {
		overflow: hidden;
		height: 100%;
	}
	.m-aboutinfo .txts{
		padding-left: 160px;
		width: 680px;
		overflow: hidden;
		padding-right: 10px;
		box-sizing: border-box;
		float: left;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.m-aboutinfo .tits{
		margin-bottom: 10px;
	}
	.m-aboutinfo .tit{
		font-size: 30px;
	}
	.m-aboutinfo .tit_en{
		font-size: 20px;
	}
	.m-aboutinfo .desc{
		color: #FABD00;
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.m-aboutinfo .info .item{
		margin-bottom: 28px;
		line-height: 1.3;
	}
	.m-aboutinfo .info .t{
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	.m-aboutinfo .info .p{
		font-size: 16px;
	}
	
	.m-aboutinfo ul{
		overflow: hidden;
		height: 100%;
		background: url(../images/page/img8-2.png) no-repeat center;
		background-size: cover;
	}
	.m-aboutinfo li{
		float: left;
		width: 25%;
		height: 100%;
	}
	.m-aboutinfo .con{
		text-align: center;
		position: relative;
		color: #fff;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		background-color: rgba(250,194,22, .8);
		height: 100%;
	}
	.m-aboutinfo .con::after{
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		border-right: 1px solid #333;
	}
	.m-aboutinfo .line{
		width: 42px;
		height: 2px;
		background-color: #fff;
		margin-bottom: 17px;
		display:inline-block
	}
	.m-aboutinfo ul .tit{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.m-aboutinfo .icon{
		width: 125px;
		height: 125px;
		margin-bottom: 20px;
	}
	
	.m-aboutinfo .info{
		font-size: 16px;
		line-height: 1.9;
	}
	
	
	.m-fazhan{
		background-color: #f1f1f2;
		height: 100%;
		padding-top: 30px;
	}
	.m-fazhan .g-gctits{
		margin-bottom: 30px;
	}
	.swp-fz1{
		margin-bottom: 35px;
		padding-top: 20px;
	}
	.swp-fz1 .year{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.swp-fz1 .con{
		cursor: pointer;
	}
	.swp-fz1 .con:hover .icon .i,
	.swp-fz1 .swiper-slide-thumb-active .con .icon .i{
		background-color: #FABD00;
	}
	.swp-fz1 .con:hover .icon::after,
	.swp-fz1 .swiper-slide-thumb-active .con .icon::after{
		opacity: 1;
	}
	.swp-fz1 .icon{
		position: relative;
		border-radius: 50%;
		display: inline-block;
		margin-left: 5px;
	}
	.swp-fz1 .icon .i{
		width: 16px;
		height: 16px;
		background-color: #d8d8d8;
		position: relative;
		border-radius: 50%;
		z-index: 10;
		transition: .5s;
	}
	.swp-fz1 .icon::before{
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -1vw;
		width: 20vw;
		border-bottom: 1px solid #dadada;
	}
	.swp-fz1 .icon::after{
		content: '';
		position: absolute;
		width: 23px;
		height: 23px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		background-color: #fff;
		box-shadow: 0px 2px 4px 0px rgba(187,187,187,0.5);
		border-radius: 50%;
		opacity: 0;
		transition: .5s;
	}
	
	.swp-fz2 ul{
		overflow: hidden;
		margin: 0 0 -37px -26px;
		height: 574px;
		overflow-y: auto;
		padding-right: 20px;
	}
	.swp-fz2 ul li{
		float: left;
		width: 33.3333%;
		margin-bottom: 37px;
	}
	.swp-fz2 ul::-webkit-scrollbar {
	    width: 6px;
	}
	.swp-fz2 ul::-webkit-scrollbar-track {
	    background: #FFFFFF;
	}
	.swp-fz2 ul::-webkit-scrollbar-thumb {
	    background: #FABD00;
	}
	.swp-fz2 ul::-webkit-scrollbar-thumb:window-inactive {
	    background: #FABD00;
	}
	.swp-fz2 .con{
		background-color: #fff;
		height: 250px;
		box-sizing: border-box;
		margin: 0 0 0 26px;
		padding:40px 25px 0 ;
		display: block;
	}
	.swp-fz2 .con:hover .tit{
		color: #FABD00;
	}
	.swp-fz2 .tits{
		overflow: hidden;
		margin-bottom: 28px;
	}
	.swp-fz2 .date{
		font-size: 40px;
		padding-bottom: 5px;
		position: relative;
		float: left;
		margin-right: 45px;
	}
	.swp-fz2 .date::after{
		content: '';
		position: absolute;
		width: 31px;
		height: 4px;
		background-color: #FABD00;
		bottom: 0;
		left: 0;
	}
	.swp-fz2 .tit{
		font-size: 24px;
		overflow: hidden;
		transition: .5s;
	}
	.swp-fz2 .txts{
		font-size: 16px;
		line-height: 1.9;
		
	}
	
	.about .jc1{
		margin-bottom: 15px;
	}
	.about .row-gc3{
		padding-top: 30px;
		background-color: #F4F4F4;
		height: 100%;
		box-sizing: border-box;
	}
	.about .swp-jiance{
		padding: 0 150px;
	}
	.about .swp-jiance .pic{
		height: 290px;
		width: 206px;
		margin: 0 auto;
	}
	.about .g-gctits{
		margin-bottom: 15px;
	}
	
	
	
	
	
	@media only screen and (min-width: 950px) and (max-width: 1920px) {
		.about .m-ban{
		}
		.m-aboutinfo {
		}
		.m-aboutinfo .txts{
			padding-left: 8.333vw;
			width: 35.41vw;
			padding-right: 0.520vw;
			box-sizing: border-box;
			top: 50%;
			transform: translateY(-50%);
		}
		.m-aboutinfo .tits{
			margin-bottom: 0.520vw;
		}
		.m-aboutinfo .tit{
			font-size: 1.562vw;
		}
		.m-aboutinfo .tit_en{
			font-size: 1.041vw;
		}
		.m-aboutinfo .desc{
			font-size: 1.458vw;
			margin-bottom: 1.562vw;
		}
		.m-aboutinfo .info .item{
			margin-bottom: 1.458vw;
			line-height: 1.3;
		}
		.m-aboutinfo .info .t{
			font-size: 1.562vw;
			line-height: 1.3;
			margin-bottom: 0.260vw;
		}
		.m-aboutinfo .info .p{
			font-size: 0.833vw;
		}
		.m-aboutinfo ul{
			background: url(../images/page/img8-2.png) no-repeat center;
			background-size: cover;
		}
		.m-aboutinfo li{
		}
		.m-aboutinfo .con{
			flex-flow: column;
			align-items: center;
			justify-content: center;
		}
		.m-aboutinfo .con::after{
			content: '';
			right: 0;
			top: 0;
			bottom: 0;
			border-right: 1px solid #333;
		}
		.m-aboutinfo .line{
			width: 2.187vw;
			height: 0.104vw;
			margin-bottom: 0.885vw;
			}
		.m-aboutinfo ul .tit{
			font-size: 1.041vw;
			margin-bottom: 1.041vw;
		}
		.m-aboutinfo .icon{
			width: 6.510vw;
			height: 6.510vw;
			margin-bottom: 1.041vw;
		}
		.m-aboutinfo .info{
			font-size: 0.833vw;
			line-height: 1.9;
		}
		.m-fazhan{
			padding-top: 1.562vw;
		}
		.m-fazhan .g-gctits{
			margin-bottom: 1.562vw;
		}
		.swp-fz1{
			margin-bottom: 1.822vw;
			padding-top: 1.041vw;
		}
		.swp-fz1 .year{
			font-size: 0.833vw;
			margin-bottom: 0.520vw;
		}
		.swp-fz1 .con{
		}
		.swp-fz1 .con:hover .icon .i,
		.swp-fz1 .swiper-slide-thumb-active .con .icon .i{
		}
		.swp-fz1 .con:hover .icon::after,
		.swp-fz1 .swiper-slide-thumb-active .con .icon::after{
			opacity: 1;
		}
		.swp-fz1 .icon{
			border-radius: 50%;
			margin-left: 0.260vw;
		}
		.swp-fz1 .icon .i{
			width: 0.833vw;
			height: 0.833vw;
			border-radius: 50%;
			transition: .5s;
		}
		.swp-fz1 .icon::before{
			content: '';
			top: 50%;
			transform: translateY(-50%);
			/* left: 0; */
			width: 20vw;
			border-bottom: 1px solid #dadada;
		}
		.swp-fz1 .icon::after{
			content: '';
			width: 1.197vw;
			height: 1.197vw;
			top: 50%;
			transform: translate(-50%,-50%);
			box-shadow: 0 0.104vw 0.208vw 0 rgba(187,187,187,0.5);
			border-radius: 50%;
			opacity: 0;
			transition: .5s;
		}
		.swp-fz2 ul{
			margin: 0 0 -1.927vw -1.354vw;
			height: 29.9vw;
			padding-right: 1.041vw;
		}
		.swp-fz2 ul li{
			width: 33.3333%;
			margin-bottom: 1.927vw;
		}
		.swp-fz2 ul::-webkit-scrollbar {
			width: 0.312vw;
		}
		.swp-fz2 .con{
			height: 13.02vw;
			box-sizing: border-box;
			margin: 0 0 0 1.354vw;
			padding:2.083vw 1.302vw 0 ;
		}
		.swp-fz2 .tits{
			margin-bottom: 1.458vw;
		}
		.swp-fz2 .date{
			font-size: 2.083vw;
			padding-bottom: 0.260vw;
			margin-right: 2.343vw;
		}
		.swp-fz2 .date::after{
			content: '';
			width: 1.614vw;
			height: 0.208vw;
			bottom: 0;
			left: 0;
		}
		.swp-fz2 .tit{
			font-size: 1.25vw;
		}
		.swp-fz2 .txts{
			font-size: 0.833vw;
			line-height: 1.9;
		}
		.about .jc1{
			margin-bottom: 0.781vw;
		}
		.about .row-gc3{
			padding-top: 1.562vw;
			box-sizing: border-box;
		}
		.about .swp-jiance{
			padding: 0 7.812vw;
		}
		.about .swp-jiance .pic{
			height: 15.10vw;
			width: 10.72vw;
			margin: 0 auto;
		}
		.about .g-gctits{
			margin-bottom: 0.781vw;
		}
	}
	
	
	@media only screen and (max-width: 950px){
		.swpbox .slide-inner .m-ban{
			height: 200px;
		}
		.m-aboutinfo{
			height: auto;
		}
		.m-aboutinfo .txts{
			float: none;
			width: auto;
			padding: 0;
			padding: 40px 20px;
			position: static;
			transform: none;
		}
		.m-aboutinfo .tit{
			font-size: 24px;
		}
		.m-aboutinfo .tit_en{
			font-size: 18px;
		}
		.m-aboutinfo .desc{
			font-size: 16px;
		}
		.m-aboutinfo .info .t{
			font-size: 18px;
			margin-bottom:10px;
		}
		.m-aboutinfo .info .p{
			font-size: 14px;
			line-height: 1.6;
		}
		.m-aboutinfo .info .item{
			margin-bottom: 15px;
		}
		.m-aboutinfo ul{
			position: relative;
			padding: 40px 0;
		}
		.m-aboutinfo ul::after{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			background-color: rgba(250,194,22, .8);
		}
		.m-aboutinfo li{
			float: none;
			width: auto;
			position: relative;
			z-index: 10;
			margin-bottom: 30px;
		}
		.m-aboutinfo li:last-of-type{
			margin-bottom: 0;
		}
		.m-aboutinfo .icon{
			width: 40px;
			height: 40px;
			margin-bottom: 10px;
		}
		.m-aboutinfo .con{
			/* padding: 40px; */
		
			background-color: transparent;
		}
		.m-aboutinfo ul .tit{
			margin-bottom: 10px;
		}
		.m-aboutinfo ul .line{
			margin-bottom: 10px;
		}
		.m-aboutinfo .info{
			font-size: 14px;
			line-height: 1.8;
		}
		.about .m-video{
			margin: 0;
		}
		.swp-fz1 .icon::before{
			width:60vw;
		}
		.about.swpbox .slide-inner.nw{
			padding-bottom: 0;
		}
		.swp-fz2 ul{
			height: auto;
			margin: 0;
		}
		.swp-fz2 ul li{
			float: none;
			width: auto;
			margin-bottom: 15px;
		}
		.swp-fz2 .con{
			padding: 20px;
			height: auto;
		}
		.swp-fz2 .tits{
			margin-bottom: 15px;
		}
		.swp-fz2 .date{
			font-size: 20px;
			margin-right: 15px;
		}
		.swp-fz2 .tit{
			font-size: 16px;
		}
		.swp-fz2 .txts{
			font-size: 14px;
			line-height: 1.6;
		}
		.about .swp-jiance{
			padding: 0 30px;
		}
		.about .swp-jiance .pic{
			width: 100%;
			height: 52vw;
		}
		.about .swp-jiance.jc1{
			margin-bottom: 40px;
		}
		.about .row-gc3{
			padding-bottom: 50px;
		}
	}
	
	
	
	
	
	
	
	
	.m-prodetail.m-fixtabs{
		background-color: #fff;
		padding: 0;
	}
	.m-fixtabs.m-protabs{
		background-color: #fff;
	}
	.m-fixtabs.m-protabs .g-tabs{
		margin-bottom: 0;
	}
	.header.tsf,
	.header-phone.tsf{
		transform: translateY(-100%);
	}
	.header-phone{
		transition: .5s;
	}
	.m-fixtabs.m-jiejue{
		padding: 40px 0;
	}
	.m-fixtabs{
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		z-index: 996;
		transition: .5s;
		transform: translateY(-100%);
	}
	.m-fixtabs.m-jiejue.on,
	.m-prodetail.m-fixtabs.on,
	.m-fixtabs.on{
		transform: translateY(0%);
	}
	.m-fixtabs.m-jiejue .g-tags{
		margin-bottom: 0;
	}
	
	
	@media only screen and (min-width: 950px) and (max-width: 1920px) {
		.header.tsf{
			transform: translateY(-100%);
		}
		.m-fixtabs.m-jiejue{
			padding: 2.083vw 0;
			left: 0;
			top: 0;
			right: 0;
			transition: .5s;
			transform: translateY(-100%);
		}
		.m-fixtabs.m-jiejue.on{
			transform: translateY(0%);
		}
		.m-fixtabs.m-jiejue .g-tags{
		}
	}
	
	@media only screen and (max-width: 950px) {
		.m-fixtabs.m-jiejue{
			padding: 20px 0 15px;
		}
		.m-prodetail.m-fixtabs{
			padding-top: 15px;
		}
		.row-center2 .g-tabs{
			padding-top: 10px;
		}
		
		.swpbox>.swiper-wrapper>.swiper-slide{
			height: auto;
		}
	}
	
	
	.ul-classify .con .tags .tag,
	.m-jiance .g-tags .tag{
		transition: .2s;
	}
	.ul-classify .con .tags .tag:hover,
	.m-jiance .g-tags .tag:hover{
		background-color: #FABD00;
		color: #fff;
	}
.xgxw{border-bottom: 1px solid #ccc;margin-top: 20px;font-size: 16px;font-weight: bold;padding-bottom: 5px;margin-bottom: 10px;}
.xwzx li{border-bottom: 1px solid #ccc;line-height: 42px;height: 42px;overflow: hidden;}
.xwzx li span{float: right;}
